如何在预填充文字中添加新行?我试过这段代码(CoffeeScript)
text = '''Line
New line
One more line
'''
gapi.interactivepost.render(
'g-share',
clientid : 'id',
contenturl: 'url',
cookiepolicy: 'none',
prefilltext: text,
calltoactionlabel: 'JOIN',
calltoactionurl: 'url'
)
但它仍然在谷歌共享窗口的一行中。