摘要: php 单引号 和双引号区别字符串 组合时候 双引号 可以直接写入变量单引号 不可以例如$str ="123";$test = "select * from user where id=$str"; //正确$test = 'select * from user where id=$str'; //... 阅读全文
posted @ 2014-05-12 11:54 gzm2012 阅读(143) 评论(0) 推荐(0) 编辑
摘要: .prop()1、.prop( propertyName )获取匹配集合中第一个元素的Property的值2、.prop( propertyName, value ).prop( map ).prop( propertyName, function(index, oldPropertyValue) ... 阅读全文
posted @ 2014-05-12 10:34 gzm2012 阅读(168) 评论(0) 推荐(0) 编辑