开发者社区 问答 正文

“head.title”这种格式有特殊意义吗??报错

@闲.大赋 你好,想跟你请教个问题:

Template t = gt.getTemplate("listUser.template.txt");

t.binding("head.title", ...); 

发现"head.title"这种格式报错,但head_title 就没问题,前一种有特殊意义吗?

展开
收起
爱吃鱼的程序员 2020-06-20 17:28:55 520 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    模板会议head.title作为一个变量,js变量时不允许有小数点的

    2020-06-20 17:29:12
    赞同 展开评论
问答地址: