Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EL表达式运算符优先级不对 #1594

Open
Kyson opened this issue Mar 30, 2022 · 1 comment
Open

EL表达式运算符优先级不对 #1594

Kyson opened this issue Mar 30, 2022 · 1 comment

Comments

@Kyson
Copy link

Kyson commented Mar 30, 2022

        Object result1 = El.eval(context, "-3 > -6");
        Object result2 = -3 > -6;
        Log.i("MainActivity", "result1: " + result1);
        Log.i("MainActivity", "result2: " + result2);

result1 是false
result2 是true

@wendal
Copy link
Member

wendal commented Apr 2, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants