是否可以嵌入HTML和Java的Java嵌入HTML
的test.html
<input id="buttonId" type="button" class="button-click"
value="" onClick="checkSucess(2)" onload="counts(count)">
test.js
checkSucess = function(firstVal) {
// Jquery Ajax with url,params and response
doPost('test.java',
'first=' + firstVal,
function(response) {
});
test.java
Here get the 'first' value from ajax request, and further processing.
咦?你到底什麼意思? – 2012-01-27 18:17:19
@BrianRoach:我想知道純Java代碼是否用於Java,而不是applet/Swing等。 – 2012-01-27 18:19:23
Java有一個字符串類型,對不對?那麼答案是「是」。但這不是一個有意義的答案,因爲你沒有問過一個有意義的問題,真的。 *你想做什麼?* – 2012-01-27 18:22:40