黄金只能用恐怖来说
黄金一举攻下4500一线,而且还在冲高,目前价格在4515一线
当下黄金市场情绪被点燃了,没有任何回落的迹象,当然实物黄金拿着没问题,但伦敦金建议还是企稳4500多,同时带好止损,涨的猛,下跌也是快,昨晚深度回落到4430附近,相信很多人慌了
element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
