Closed guozhiqiang123 closed 2 years ago
不应该是webViewCache.first()吗?
webViewCache.removeFirst(),删除列表中第一个元素,并返回该删除的元素。 这么写的原因是当你有多个页面使用到WebView时不会报以下错误: The specified child already has a parent. You must call removeView() on the child's parent first.
不应该是webViewCache.first()吗?