Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は簡単な問題で立ち往生しています。Laravel 4 RESTful API を使用して mysql データベースにフォーム データを配置する前に、フォーム データをサニタイズしました。したがって、サニタイズされた単語「são」は「s & #227;o」のように格納されます。ここまでは順調ですね。しかし、これらのデータを取得して ng-model でテキスト入力に戻すと、「são」ではなく「s & #227;o」と表示されます。
私は何が欠けていますか?
事前にお願いします!!!