html小知识

  1. button标签如果不设置type,默认是submit,会自动提交表单

  2. input type=file, 添加multiple属性后可以同时选择多个文件,同时name设置接受一个数组

<input id="fileupload" type="file" name="files[]" multiple>
  1. link的rel不能丢,否则css加载无效
<link rel="stylesheet" href="css/style.css">
posted @ 2017-01-15 18:24  CooMark  阅读(151)  评论(0编辑  收藏  举报