javascript call php function for baidu
Posted: Mon Sep 22, 2014 9:22 pm
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
function b($o){
// no show out logic
$text=json_decode(language_text($url));
$text = $text->trans_result;
return $text[0]->dst;
}