Javascript : isNumber()... nope. A co-worker wrote this gem today (despite my many attempts to dissuade): function isNumber(str) { return ((str * 1) > 0); }.
確定! 回上一頁