Ivony / Jumony

Jumony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style().SetValue和Style().GetValue方法存在大小写问题

kingannly2012 opened this issue · comments

Style().SetValue和Style().GetValue方法存在大小写问题,比如:“<层 style="DISPLAY: none; "></层 >”
。Style().GetValue("display")取到的值为null,而Style().GetValue("DISPLAY")取值为none,同样Style().SetValue("DISPLAY","none").SetValue("display", "none")会出现两个值

fixed