以下以下是其中我被使用AJAX如何在PHP讀取JSON數據笨
[
{
"First":"A,b"
},
{
"Second":""
},
{
"Third":""
},
{
"Fourth":""
},
{
"Fifth":""
},
{
"Sixth":""
},
{
"Seventh":""
},
{
"Eight":""
},
{
"Ninth":""
},
{
"Tenth":""
}
]
我怎樣才能讀取值發送到PHP控制器和存儲它在PHP變量或使用環與上述JSON數據json字符串
可能的複製[用PHP解析JSON文件](http://stackoverflow.com/questi ons/4343596/parsing-json-file-with-php) –