Home >
other > Textarea data to the back-end is gibberish
Textarea data to the back-end is gibberish
Placeholder="say something... Minimum input 10 characters "datatype=" * 10-100 "dragonfly=" true "nullmsg=" note can't be empty!"
OnKeyUp="$. Huitextarealength (this, 100)" & gt;
/100 & lt;/p>
To get the data
Name=web_helper. Get_form (' name ', 'the name of the administrator)
Remark=web_helper. Get_form (' remark ', 'remarks' is_check_null=False)
The data
'name' : [' MOS rail],
'remark: [' RMB??? \ \ xa0?? \ \ x95 \ \ x8a'],
Please have solved this problem the guidance of the
CodePudding user response:
Need to decode, can try to use urllib. Parse unquote decoding to see