To compare Java String values, you must use the appropriate String method: if ( jStr_1.equals( jStr_2 ) ) ... But wait, there's more. This next snippet of code ...
確定! 回上一頁