If you want string 'true' to return boolean true and string 'false' to return boolean false , then the simplest solution is to use eval() . eval('true') returns ...
確定! 回上一頁