gpt4 book ai didi

smart-mobile-studio - 在 Smart Mobile Studio 中调用 'window.open()' 之类的 javascript 函数的最佳方式

转载 作者:行者123 更新时间:2023-12-02 04:47:15 29 4
gpt4 key购买 nike

我正在评估 SMS,并且非常享受这种体验。我需要使用 window.open() 在浏览器上打开一个新窗口/选项卡。我已经使用 asm block 完成了这项工作,但我忍不住觉得有一种我不知道的更好的方法。那么,是否有更多的 SMS 方式来执行以下操作?

  asm
window.open('MyPDF.pdf');
end;

非常感谢。 问候, 会。

最佳答案

传统上这是唯一的方法,但在最近的 Smart 版本中,您还可以使用 BrowserAPI 入口点。

uses SmartCL.System;

BrowserAPI.Window.open('MyPDF.pdf');

关于smart-mobile-studio - 在 Smart Mobile Studio 中调用 'window.open()' 之类的 javascript 函数的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31898395/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com