用java和c#这两个语言开发桌面程序,最先进的技术分别是什么?我学过android开发,和android开发风格差不多的(就是用xml做布局)的java桌面开发技术是什么?c#桌面开发技术是什么?
谢谢大神们
认证0级讲师
We can create desktop applications and mobile apps by use of browser/webview and local PHP(built-in HTTP server and SQLite).
# Start PHP Server php -S localhost:8080 # Start Browser xdg-open http://localhost:8080
We can create desktop applications and mobile apps
by use of browser/webview and local PHP(built-in HTTP server and SQLite).