getAttribute

大部分介绍都说仅仅有一个。包含w3cschool。

事实上这种方法在iE7下有两个參数。

msdn 上查到的。

简单翻一下

0 是默认情况,不区分大写和小写!

1 区分大写和小写
2 返回字符串,这个加不加我没发现有什么差别!
4仅对url有效!比方属性的值为/posetedit/31234,加上这个參数会加上域名,自己主动补全url,变为http://xxx.com//posetedit/31234

注:这些事实上仅仅针对ie7(包含IE7)曾经的版本号

源文档:

Syntax

object.getAttribute(strAttributeName,
lFlags)

Parameters

strAttributeName [in]

Type: String

String that specifies the name of the attribute.

lFlags [in, optional]

Type: Integer

Integer that specifies one or more of the following flags:

0

Default. Performs a property search that is not case-sensitive, and returns an interpolated value if the property is found.

1

Performs a case-sensitive property search. To find a match, the uppercase and lowercase letters in strAttributeName must exactly match those in the attribute name.

2

Returns attribute value as a String. This flag does not work for event properties.

4

Returns attribute value as a fully expanded URL. Only works for URL attributes.

Return value

Type: Variant

Variant that returns a StringVariant of type Integer, or Boolean value as defined by the attribute. If the attribute is not present, this method returns null.

msdn:http://msdn.microsoft.com/en-us/library/ms536429(VS.85).aspx

最新文章

  1. angular路由——ui.route
  2. 设置UITableView的separatorInset值为UIEdgeInsetsZero,分隔线不最左端显示的问题
  3. zip ubuntu使用
  4. QT--以共享的方式发布应用,QT依赖库
  5. CentOS 6.4安装Kangle面板
  6. 自己写简单CoreDataManager封装对CoreData操作
  7. 常用抓包指令for wireshark or tcpdump
  8. Sublime Text3一些安装和使用技巧
  9. Java引用数据类型
  10. css3布局相关(持续更新)
  11. IDEA使用01 创建java项目、创建web项目
  12. Aurora Player 开源啦~~~
  13. XamarinSQLite教程在Xamarin.Android项目中定位数据库文件
  14. 微擎系统 微信支付 get_brand_wcpay_request:fail
  15. 关于整型Integer、Int32、Int64、IntPtr、UINT、UInt32、Cardinal、UInt64、UIntPtr、NativeUInt、Pointer、Handle
  16. python中round(四舍五入)的坑
  17. mongodb启用Profiling定位问题
  18. Iphone 消息通知(APNS)的3种方式 -- C# 和 nodejs
  19. Unix 网络编程 dup和dup2函数
  20. charles_https_通过模拟器安装APP然后抓包

热门文章

  1. C# System.Environment.GetFolderPath的使用 [转]
  2. windows怎么进如debug调试
  3. HDU 5279 分治NTT 图的计数
  4. 【知识总结】扩展卢卡斯定理(exLucas)
  5. UNIX环境高级编程--8. 进程控制
  6. 关于学习C语言
  7. 【Java设计模式】工厂模式
  8. Puppeteer——自动化脚本设计
  9. C#入门经典 Chapter3 变量和表达式
  10. CNN-CV识别简史2012-2017:从 AlexNet、ResNet 到 Mask RCNN