摘要: //图片文字合成synthesis(type, text, myId) { let imgURL; switch (type) { case '1.html' : imgURL = 'static/images/1.png'; break; case '2.html' : imgURL = 'sta 阅读全文