理工英语题库

测试版

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @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
};