测试时 在Editor下加载Assetbundle文件夹下路径成功 在Android下使用www一直失败 使用Assetbundle.loadfromfile可以
发现:使用AssetBundle.LoadFromFile的路径是path,那么使用www加载需要前缀 "File://"+path才可以 ( Application.persistentDataPath;)
加载StreamAssets路径下同理, www需要加前缀 "jar:File://"; ( Application.dataPath + "/!/assets")
AssetBundle.LoadFromFile不需要前缀