With a regular function in JS, we would need to invoke the function to get the value. [code]let myVal = someObj.val(); [/code]With a getter we would get the ...
確定! 回上一頁