// index.js // 获取应用实例 const app = getApp() Page({ data: { htmlStr : `

Title

Life is like a box of  chocolates.

` }, })