很久之前入手了一台viewpad 10s,大約9000有找
這台給我的感覺有點重,現在的平板都很輕盈
當初會買這台是想要來玩android系統
最近才開始研究怎麼與電腦做usb連結
爬了一下google,參考以下方式
中文
http://p2p101.com/thread-1899070-1-1.html
英文
全新的繁體中文 WordPress 網站
很久之前入手了一台viewpad 10s,大約9000有找
這台給我的感覺有點重,現在的平板都很輕盈
當初會買這台是想要來玩android系統
最近才開始研究怎麼與電腦做usb連結
爬了一下google,參考以下方式
中文
http://p2p101.com/thread-1899070-1-1.html
英文
<head> <meta http-equiv=refresh content="0;url=http://host.domain.tld/path/to/"> </head>
<script language="JavaScript"> <!-- window.location.href = "http://host.domain.tld/path/to/"; //--> </script>
<?php header("Location: http://host.domain.tld/path/to/"); ?>
(轉址前不可有任何資料輸出)
#!/usr/bin/perl -w print "Location: http://host.domain.tld/path/to/ \n\n";
(轉址前不可有任何資料輸出)
#!/usr/bin/perl -w use CGI qw/:standard/; my $CGI = CGI->new(); print $CGI->redirect("http://host.domain.tld/path/to/");
(轉址前不可有任何資料輸出)