理工英语题库

测试版

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @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
};