![]() |
PCDVD數位科技討論區
(https://www.pcdvd.com.tw/index.php)
- 疑難雜症區
(https://www.pcdvd.com.tw/forumdisplay.php?f=34)
- - php code 轉成ASP的只有幾行有人會嗎?
(https://www.pcdvd.com.tw/showthread.php?t=574520)
|
|---|
php code 轉成ASP的只有幾行有人會嗎?
<?php
$file_url="test.jad"; $handle=fopen($file_url,"r"); header("Content-Type:text/vnd.sun.j2me.app-descriptor"); echo fread($handle,filesize($file_url)); fclose($handle); ?> ------------- <?php $file_url="test.jar"; $handle=fopen($file_url,"r"); header("Content-Type:application/java-archive"); echo fread($handle,filesize($file_url)); fclose($handle); ?> 感謝~~! |
| 所有的時間均為GMT +8。 現在的時間是04:31 AM. |
vBulletin Version 3.0.1
powered_by_vbulletin 2026。