Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linuxサーバーに保存されているexeファイルをブラウザーで開きたい これを実現する方法 私はこれを試しています
<?php echo exec('Undersaturated'); ?>
ただし、ブラウザからページにアクセスしている間は空白のページしか表示されません
他の Web 言語で実現できますか?