摘要:
第三、innerHTTML 操作 第四、实例 阅读全文
摘要:
1 //判断是否为苹果 2 var isIPHONE = navigator.userAgent.toUpperCase().indexOf('IPHONE')!= -1; 3 4 // 元素失去焦点隐藏iphone的软键盘 5 function objBlur(id,time){ 6 if(typeof id != 'string') throw new Error('... 阅读全文