19/03/10 09:59:00.19 m+7Lc16m0.net
>>37
Firefoxなら
"content": {
mimeType": "application/octet-stream",
"size": 16,
"encoding": "base64",
"text": "(base64でエンコードされた文字列)" ←ここのダブルクォーテーションで囲まれた部分
},
Chromeなら
"content": {
"size": 16,
"mimeType": "application/octet-stream",
"text": "(base64でエンコードされた文字列)", ←ここのダブルクォーテーションで囲まれた部分
"encoding": "base64"
},