在JavaWeb編程中,何時(shí)用雙引號(hào)何時(shí)不用?具體問題如下
在講師進(jìn)行實(shí)戰(zhàn)時(shí),出現(xiàn)了以下代碼 username?=?request.getParameter("username"); session.setAttribute("loginUser",username);
為什么后面的username就不需要加雙引號(hào)呢?
在講師進(jìn)行實(shí)戰(zhàn)時(shí),出現(xiàn)了以下代碼 username?=?request.getParameter("username"); session.setAttribute("loginUser",username);
為什么后面的username就不需要加雙引號(hào)呢?
2016-09-20
舉報(bào)
2016-09-20
后面的username是變量