【发布时间】:2014-10-17 10:35:46
【问题描述】:
我的输出文件有 4 行
storefront/storefront.war/location/header-info.jsp:30:<input type="hidden" id="welcomeConfigValue" value="${welcomeConfig}"/>
storefront/storefront.war/location/header-info.jsp:31:<span id="selected-location" class="top-txt top-nav-fix">
storefront/storefront.war/location/header-info.jsp:33:<span id="headRestName"></span><span class="header-spacing"> | </span><span id="headRestPhone"></span><span class="header-spacing"> | </span>
storefront/storefront.war/location/header-info.jsp:35:<a href="#" class="capitalize link-wht" id="location-show"><fmt:message
我想在 UNIX shell 中获得id= 之后的输出字符串。
即输出应该是这样的:
welcomeConfigValue
selected-location
headRestName
headRestPhone
location-show
【问题讨论】: