当前位置: 首页 > 工具软件 > Pop List View > 使用案例 >

小程序报错expect end-tag `input`., near `view`

曹涵润
2023-12-01

源代码

  <view class="a-listinput">
 	<input type="text" placeholder="请输入真实姓名">
  </view>           

修改为

  <view class="a-listinput">
 	<input type="text" placeholder="请输入真实姓名"/>
  </view>           

input后面漏写了一个**/**
有用别忘点个赞

 类似资料: