encode(t) on this table will yield the string '{1:111,2:222,3:333,"foo":"abc"}' which is not a legal encoding for JSON, whereas json.encode(t,true) will yield ...
確定! 回上一頁