You firstly need to encode your array in Javascript, like so: var options = JSON.stringify(['foo', 'bar']); ...
確定! 回上一頁