gpt4 book ai didi

javascript - PhantomJS 中的 file.slice 为 'undefined'

转载 作者:行者123 更新时间:2023-11-28 02:01:37 25 4
gpt4 key购买 nike

我正在使用 phantomjs 在我的网络服务器上上传文件。不知何故,我在上传函数中使用 slice() 函数,但 phantomjs 无法识别并抛出“未定义”异常。然而,相同的代码在普通浏览器中运行得很好。

有人可以帮我解释原因和其他选择吗?

异常(exception):

TypeError: 'undefined' is not a function (evaluating 'file.slice(start, stop + 1)')

最佳答案

您应该使用file.webkitSlice(start, stop + 1);

Slice 尚未完全支持,Phantom 基于 webkit。

关于javascript - PhantomJS 中的 file.slice 为 'undefined',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18369269/

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