3
如何獲取消息值的值(「準備使用」)?Ruby:我如何使用Nokogiri從XML獲取屬性值?
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok" permission_level="admin" message="ready to use" cached="0">
<title>kit</title>
</response>
感謝
什麼是%Q,是否有必要? – 2012-04-12 07:59:10
當然,%Q {}用於定義多行的字符串。 – 2012-04-12 08:00:02
不,不是'必要的'。您也可以使用單引號或[HEREDOC](http://log.gmarik.info/2007/12/rubys-here-document-heredoc-mini.html)。 – Phrogz 2012-04-12 12:51:59