收起
webview核心是webkit可以用模板字符串
$"tableshow(`{json}`)"
不过建议改js函数tableshow的参数,接受json对象,而不是字符串,然后代码改成
$"tableshow({json})"
报告相同问题?