分类: 待解决问题

苹果手机可以安装安卓系统吗?

[……]

继续阅读

2017-03-13 Comments (0)
阅读全文

localStorage以及cookie以及url的容量

待解决

待解决

待解决

待解决

待解决
待解决

[……]

继续阅读

2016-04-14 Comments (0)
阅读全文

JS遍历数组

使用prototype

[javascript]

var str = [“a”,”b”];Array.prototype.f=function(){}
for(var key in str){

console.log(key + “::” + (str[key] + “”));[……]

继续阅读

2014-10-10 Comments (0)
阅读全文

jquery中prop和attr的区别

[……]

继续阅读

2014-08-25 Comments (0)
阅读全文

IE不支持jQuery的attr方法?

http://www.cnblogs.com/ericyi/archive/2011/11/29/2267914.html[……]

继续阅读

2014-07-30 Comments (0)
阅读全文

网页使用webfonts时不平滑

FreeBSD+Nginx+PHP正常

CentOS+Apache+PHP正常

Windows 7+IIS+PHP正常

Windows 2003+IIS+PHP 不正常,字体不平滑,服务器已开启ClearType。[……]

继续阅读

2013-08-28 Comments (0)
阅读全文

TOP