摘要: $css = drupal_get_css(); dpm($css); //// // 阅读全文
posted @ 2015-08-20 18:08 qqisnow2021 阅读(189) 评论(0) 推荐(0)
摘要: $attributes = array('a'=>'b','c'=>'d'); $attr = drupal_attributes($attributes); dpm($attr);a="b" c="d" $attributes = array('a'=>'b','c'... 阅读全文
posted @ 2015-08-20 16:53 qqisnow2021 阅读(167) 评论(0) 推荐(0)
摘要: $day = date_iso8601(REQUEST_TIME); dpm($day); // 2015-08-20T14:35:56+08:00 阅读全文
posted @ 2015-08-20 15:52 qqisnow2021 阅读(194) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/jesse2013/p/the-essence-of-javascript-you-have-to-know.html我觉的是经典中的经典哦。 阅读全文
posted @ 2015-08-20 15:51 qqisnow2021 阅读(131) 评论(0) 推荐(0)