首页 > 微信 > 详细

微信小程序 文件编译错误 end tag missing, near `input`

时间:2021-01-30 17:46:49      阅读:140      评论:0      收藏:0      [点我收藏+]

报错原因

输入的input标签不完整,结尾没有/

 

正确写法

<input type="text"/>

 

错误写法

<input type="text">

 

微信小程序 文件编译错误 end tag missing, near `input`

原文:https://www.cnblogs.com/alanshreck/p/14349444.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!