pastedContent
小于 1 分钟
定义
static pastedContent => SearchGui._pastedContent
类型
动态属性 {(Array|ImagePutBuffer|String)}
说明
返回当前搜索框粘贴的内容,或者按下智能搜索框时选中的内容。
根据pastedContentType的不同,可返回文件路径数组,ImagePut缓冲对象ImagePutBuffer、字符串。
返回值 {(Array|Int|String)}
根据pastedContentType的不同,可返回文件路径数组,ImagePutBuffer、字符串。