🏠

Greasy Fork is available in English.

理工英语题库

测试版

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/468929/1207010/%E7%90%86%E5%B7%A5%E8%8B%B1%E8%AF%AD%E9%A2%98%E5%BA%93.js

提问、发表评价,或者 举报这个脚本
function func(){
// console.log("引入成功");
var jsonData = {
"Goodbye, everyone.":"Stay in touch",
"Haven't seen you for ages, Mike.":"How's it going",
"Could you please tell me something.":"Germans",
"Hello,I'mHarryPotterGladtomeetyouI'mMillerBut":"callmePaul",
"outside the gate":"People",
"Building Materials":"Not very good",
"Can I help you":"pieces of paper",
"Each apartment only":"takes",
"How are you":"Fine, thanks",
"working with us":"enjoy",
"housing solution":"gain ground",
"at the foot of the mountain":"sheep, grass",
"technological advances":"affordable",
"challenging traditionand":"design",
"Tony has many Chinese":"stamps",
}
return jsonData
};