微信小程序 文件编译错误 end tag missing, near `input`
时间:2021-01-30 17:46:49
收藏:0
阅读:144
报错原因
输入的input标签不完整,结尾没有/
正确写法
<input type="text"/>
错误写法
<input type="text">
原文:https://www.cnblogs.com/alanshreck/p/14349444.html
评论(0)