10 2015 档案
iphone中button按钮显示为圆形解决
摘要:iphone中button按钮显示为圆形解决:添加样式:-webkit-appearance:button;如果需要为直角:border-radius:0在源码中添加如:style="-webkit-appearance:button;border-radius:0"在外链中添加 :-webkit...
阅读全文
获得URL含有中文出现乱码解决
摘要:如:http://www.htmlx.culub/?searchWord=工商代理当获取链接中所对应searchWord的值时,出现 '%E5%B7%A5%E5%95%86%E4%BB%A3%E7%90%86';正确应该为:工商代理利用函数 decodeURIComponent() 可以解决这问题,...
阅读全文