我想使用这个php-language-api 我认为它很棒但是只有文本它不能与 html 文本一起工作见
$text = htmlspecialchars('<a href="test.php">test.php</a>');
$str = Google_Translate_API::translate($text, 'en', 'ar');
或者
$text = '<a href="test.php">test.php</a>';
$str = Google_Translate_API::translate($text, 'en', 'ar');
在这两种情况下它都不好用