xpath获取a的href值的方法

/li/a/@herf 这样取的应该是href的内容
/li/a/text() 这样取得是text内容