jsx:将json解码为字符串值而不是二进制

时间:2016-01-16 14:50:42

标签: json erlang jsx

我阅读了删除"AC/DC, Thunderstruck, Iron Man 2" 选项的jsx文档,因为它阻止了jsx的演变。

那么,如果我想要jQuery.tools.tabs.addEffect("myAjax", function(index, done) { jQuery.ajax({ context: this, url:'myUrl.php', data:{index:index}, success: function(data){ this.getPanes().eq(0).html(data); done.call(); }, error: function(){ console.log('error'); } }); }); jQuery("ul.tabs").tabs("div.pane-ajax > div.ajax", {effect: 'myAjax',initialEffect:true}); 可以做什么,那么现在的选择是什么。例如,我可以使用此选项将二进制值转换为字符串值。

post_decode

我现在该怎么做?

0 个答案:

没有答案