我已經看到很多答案,因爲刪除了任何值爲nil
或""
的密鑰,但這不是我想要的。如果密鑰匹配的話,從哈希中刪除一個值
我有這樣
{"firstname"=>"Jie",
"lastname"=>"Pton",
"email"=>"[email protected]",
"country_id"=>"1",
"payment_method"=>"0",
"insight_id"=>"",
"password"=>""}
散,我只希望如果其空從哈希刪除密碼屬性,NOT ALL
這是空
'input.delete('password')if input ['password']。empty?' – mudasobwa