摘要:
select video.videoid ,hong.name from video , hong where hong.name="小鸭" and video.hongid=hong.hongid select a.videoid ,b.name from video a , hong b whe 阅读全文
摘要:
form novalidator属性可以屏蔽input原始的校验。 vue 无原生支持的类似于angular的 form.name.$dirty,form.name.$invalid属性,标明输入的状态, vue的校验库https://github.com/monterail/vuelidate h 阅读全文