js
夜刈萌影
nbnb
展开
-
vuejs router history 配置到iis
先用web平台安装程序安装url rewrite 然后新建web.config在网站根目录下 写如下:原创 2017-05-16 15:44:22 · 1388 阅读 · 0 评论 -
js prototype 和call
nb function nb(){ function dog(){ this.say=function(){ console.log("my name is "+this.name); } } function dog1(){ this.name="hqc"; } function dog2(){ this.name="lj"; }原创 2017-04-26 19:51:49 · 333 阅读 · 0 评论