JavaScript Puzzlers javascript解惑
原文: Javascript环境: 浏览器标准 ECMA 262 (5.1) 运行结果可能跟node 或者jsc REPL中有所不同。 比如 this 和 global 在 firefox console, node repl 和jsc
8月前550
return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>