zoukankan
html css js c++ java
js ie8不支持项总结
不支持filter,trim 要用jquery 的$filter,$trim
数组不能用for in 要用for
数组没有indextOf方法
不能使用关键字,如true ,default
IE8 不会忽略数组直接量的末尾空元素,如[1,2,]这个数组长度为3
Html拼写必须完全正确,不能少结尾标签或多写什么东西ie8的容错性不好
js改变img标签的src属性在IE下没反应,路径后加个Date()时间戳即可
查看全文
相关阅读:
Educational Codeforces Round 13 E. Another Sith Tournament 概率dp+状压
Codeforces Round #358 (Div. 2) D. Alyona and Strings 字符串dp
Codeforces Round #359 (Div. 2) D. Kay and Snowflake 树的重心
Codeforces Round #311 (Div. 2) D. Vitaly and Cycle 奇环
Codeforces Round #Pi (Div. 2) E. President and Roads 最短路+桥
Codeforces Gym 100342J Problem J. Triatrip 三元环
HDU 4587 TWO NODES 割点
hdu 5615 Jam's math problem(十字相乘判定)
C++数组作为函数参数的几个问题(转)
UVA
原文地址:https://www.cnblogs.com/pfcan66/p/3531509.html
最新文章
http和socket
socket
计算机基础
A. Team
A. String Task
A. Stones on the Table
A. Petya and Strings
A. Next Round
A. Helpful Maths
A. Football
热门文章
A. Domino piling
A. Bit++
hdoj 1004 Let the Balloon Rise
SpringBoot-集成通用mapper
SpringBoot-集成Mybatis
SpringBoot-数据库连接信息配置
SpringBoot-拦截器配置
在 CentOS7 上安装 Zookeeper服务
HDU 1839 Delay Constrained Maximum Capacity Path 二分+最短路
Codeforces Round #260 (Div. 1) C. Civilization 树的中心+并查集
Copyright © 2011-2022 走看看