python eval 函式功能:將字串str當成有效的表示式來求值並返回計算結果。 函式定義: eval(expression, globals=None, locals=None)
確定! 回上一頁