如何在iPhone和Android手机上运行本地html文件?
如何在iPhone上运行本地文件?我使用 Windows 7,我有 iPhone 4 和 android。每当我需要检查 iphone 浏览器时,我都会在 ftp 上上传文件并在 iphone 中打开该 url。
有没有办法在 iPhone 和 Android 上检查我的电脑的本地文件,而无需每次都上传到 ftp。就像我可以使用 iPhone 上的 Air Server 在 iPhone 上看到我的 PC 视频。
我在 iPhone 和 Android 上使用 Wi-Fi 路由器上网。
我不想使用模拟器/模拟器,我说的是直接在设备上检查本地文件。
How to run local files on iphone? I use Windows 7 and i have iPhone 4 and android . whenever I need to check on iphone browser I upload files on ftp and open that url in iphone.
Is there a way to check local file of my pc on iphone and android without uploading to ftp each time. Like I can see my videos of PC into iphone using Air Server on iphone.
I use internet on iphone and android using wi-fi router.
I don't want to use Emulators/Simulators I'm talking about checking local files directly on devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以通过输入 http://local_dns_name 或 http://ip 来访问 Intranet 页面/ip
只要 iphone / ipod 正确连接到网络(例如通过标准 wifi 而不是 3g/其他),您就应该能够访问任何和所有本地资源。
只需在 iPhone/iPad 位置栏上输入笔记本电脑的 IP 地址即可。需要进行一些配置才能使其正常工作,您可以在这里找到它:
http:// /www.frihost.com/forums/vt-88381.html
You can access intranet pages by either typing http://local_dns_name or http://ip
As long as the iphone / ipod is on the network correctly (e.g. through standard wifi and not 3g/whatever) you should be able to access any and all local resources.
Just enter the IP address of your laptop on your iphone / ipad location bar. There is some configuration that needs to happen for this to work you can find it here:
http://www.frihost.com/forums/vt-88381.html
转到您的 Android 移动浏览器并
htttp://你的本地主机ip/根文件夹
别忘了让你的本地服务器上线
go to your android mobile browser and
htttp://your local host ip/root folder
do not forget to make your local server online
• 首先,您只需将 html 和 css 文件复制到 iPhone 存储中的文件夹中
• 接下来转到 Chrome 浏览器,然后输入:'file:///sdcard/'
• 这将在浏览器中打开您的内部存储,现在您只需导航到复制 html、css 文件的文件夹即可。
• 如果您将其命名为index.html,Chrome 应该会呈现您的html。
• 如果不是,只需选择您的主html 文件即可!
• Chrome 将渲染您的 html
• First you just need to copy your html and css files to a folder in your iPhone's storage
• Next go to Chrome browser and then type :'file:///sdcard/'
• This will open your internal storage in the browser, Now you just navigate to the folder were you copied your html, css files.
• And Chrome should render you html if you've named it as index.html
• If not just select your main html file and voila!
• Chrome will render your html ????.