[Bug]CCEditBox will get wrong text.

method:

cceditbox.getText();

CCEditBox will get PlaceHolder’s text when CCEditText is empty on the web,
but will get null on IOS.

I think it should not return placeholder’s text. Instead, it should return an empty string rather than null.