标签: google-apps-script google-app-maker
我正在使用Google AppMaker创建一个应用,并且希望最终用户能够在“评论”列中插入可点击的网址链接
答案 0 :(得分:0)
它可能看起来像这样:
var urlText=CardService.newTextInput() .setFieldName('url') .setMultiline(true) .setTitle('URL'); section.addWidget(urlText);