摘要:
background: background为符合属性.属性如下: background:background-color ||background-image || background-repeat || background-attachment || background-position background-color: 默认值:tansparent 取值 描述(背景颜色) 例子... 阅读全文
摘要:
font: 取值 描述(字体样式) caption 正常 small-caption 斜体.对于没有斜体变量的特殊字体,将应用oblique icon 倾斜字体 menu message-box status-bar 例子: 例子 效果 <span style="font:caption">Hello 中国!</span><br /> <span ... 阅读全文
摘要:
描述: 用于处理或格式化字符串 var newString = new String(["stringLiteral"]) stringLiteral 可选. 属性: 属性 描述 备注 length 字符串的长度 "Hello World!".length方法:方法描述备注anchor(name)用于创建 HTML 锚name:必须stringObject.anchor(name)big()把... 阅读全文