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

报错原因

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

 

正确写法

<input type="text"/>

 

错误写法

<input type="text">

 

posted @ 2021-01-30 16:25  伊凡晴天  阅读(2247)  评论(0编辑  收藏  举报