Skip to content

Home > sic-util > sys_print

sys_print() function

函数"sys_print"接受具有“url”属性的对象,并使用它通过“printJS”函数打印文档。

Signature:

typescript
sys_print: (props: {
    url: string;
}) => void

Parameters

Parameter

Type

Description

props

props 参数是一个具有单个属性 url 的对象,该属性是一个字符串。

**Returns:**

void

Released under the MIT License.