08 2018 档案

摘要:phpstudy 开发环境中 1:在 D:\phpstudy\PHPTutorial\Apache\conf (你的安装目录) 下的httpd.conf文件中 添加监听端口 Listen 0.0.0.0:99 2.设置目录的访问权限 (httpd.conf文件) <Directory D:/phps 阅读全文
posted @ 2018-08-18 16:30 言卿· 阅读(2223) 评论(0) 推荐(0)
摘要:1.将input的属性type改为number 2.这时的输入框会有小箭头, 去掉小箭头的方法,给input添加样式 阅读全文
posted @ 2018-08-16 12:51 言卿· 阅读(339) 评论(0) 推荐(0)