๐Ÿ’ซ ์ƒํ’ˆ ์ •๋ณด ์ถœ๋ ฅํ•˜๊ธฐ

์ฟ ํŒก ์ƒํ’ˆํŽ˜์ด์ง€์—์„œ ์ƒํ’ˆ์˜ ๋Œ€ํ‘œ์ด๋ฏธ์ง€ ์ฃผ์†Œ, ์ƒํ’ˆ ์ฃผ์†Œ, ์ƒํ’ˆ ์ด๋ฆ„, ์ƒํ’ˆ ๊ฐ€๊ฒฉ, ์ƒํ’ˆ ๋ณ„์  ์ถœ๋ ฅํ•˜๊ธฐ

๐Ÿ’ซ ์ถœ๋ ฅ๊ฒฐ๊ณผ

์ƒํ’ˆ ๋ฉ”์ธ ์ด๋ฏธ์ง€ ์ฃผ์†Œ : https://thumbnail7.coupangcdn.com/thumbnails/remote/492x492ex/image/vendor_inventory/2f36/78bc576885e6986a802ed296cd6ce412ceee6c71e46456fe555345c4b872.JPG
์ƒํ’ˆ ์ฃผ์†Œ : https://www.coupang.com/vp/products/7665384552?vendorItemId=87513882348&sourceType=HOME_JIKGU_PROMOTION&searchId=feed-e1a9e07c710349b2a4ebef5183a90266-jikgu_promotion&isAddedCart=
์ƒํ’ˆ ์ด๋ฆ„ : ์šฐํ—ˆ ์ฟ ๋กœ๋ฏธ ์‹๊ธฐ 4์ข… ์„ธํŠธ
์ƒํ’ˆ ๊ฐ€๊ฒฉ : 12,000์›
์ƒํ’ˆ ๋ณ„์  : 5

ย 

๐Ÿ’ซ CODE

// ์ƒํ’ˆ ์ด๋ฏธ์ง€ ์ฃผ์†Œ
var img = document.querySelector('.prod-image__detail').getAttribute('src');
// ์ƒํ’ˆ ์ฃผ์†Œ(ํ˜„์žฌ ์ฃผ์†Œ)
var url = window.location.href;
// ์ƒํ’ˆ ์ด๋ฆ„
var name = document.querySelector('.prod-buy-header__title').innerText;
// ์ƒํ’ˆ ๊ฐ€๊ฒฉ
var price = document.querySelector('.total-price > strong').innerText;

// ์ƒํ’ˆ ๋ณ„์ 
if(document.querySelector('.rating-star-num').style.width == '100%') var score = 5; 
else if(document.querySelector('.rating-star-num').style.width == '90%') var score = 4.5;
else if(document.querySelector('.rating-star-num').style.width == '80%') var score = 4;
else if(document.querySelector('.rating-star-num').style.width == '70%') var score = 3.5;
else if(document.querySelector('.rating-star-num').style.width == '60%') var score = 3;
else if(document.querySelector('.rating-star-num').style.width == '50%') var score = 2.5;
else if(document.querySelector('.rating-star-num').style.width == '40%') var score = 2;
else if(document.querySelector('.rating-star-num').style.width == '30%') var score = 1.5;
else if(document.querySelector('.rating-star-num').style.width == '20%') var score = 1;
else if(document.querySelector('.rating-star-num').style.width == '10%') var score = 0.5;
else var score = 0;

console.log('์ƒํ’ˆ ๋ฉ”์ธ ์ด๋ฏธ์ง€ ์ฃผ์†Œ : https:' + img + '\n์ƒํ’ˆ ์ฃผ์†Œ : '  + url + '\n์ƒํ’ˆ ์ด๋ฆ„ : ' + name + '\n์ƒํ’ˆ ๊ฐ€๊ฒฉ : ' + price + '\n์ƒํ’ˆ ๋ณ„์  : ' + score);
1. ํ˜„์žฌ ํŽ˜์ด์ง€์—์„œ prod-image__detailํด๋ž˜์Šค์˜ src์†์„ฑ์„ querySelector์„ ์‚ฌ์šฉํ•˜์—ฌ img ๋ณ€์ˆ˜์— ์ €์žฅ
2. ํ˜„์žฌ ํŽ˜์ด์ง€์˜ url์„ window.location.href๋กœ ๊ฐ€์ ธ์˜ค๊ธฐ
3. ํ˜„์žฌ ํŽ˜์ด์ง€์—์„œ prod-buy-header__titleํด๋ž˜์Šค์˜ Text๋ฅผ name ๋ณ€์ˆ˜์— ์ €์žฅ
4. ํ˜„์žฌ ํŽ˜์ด์ง€์—์„œ total-priceํด๋ž˜์Šค์˜ <strong> ํƒœ๊ทธ ๋‚ด์šฉ์„ price ๋ณ€์ˆ˜์— ์ €์žฅ
5. ํ˜„์žฌ ํŽ˜์ด์ง€์—์„œ rating-star-numํด๋ž˜์Šค์˜ style์˜ width ํผ์„ผํŠธ์— ๋”ฐ๋ผ score ๋ณ€์ˆ˜์— ๋ณ„์  ์ €์žฅ

ย 

๐Ÿ’ซ ์ƒˆ๋กญ๊ฒŒ ์•Œ๊ฒŒ ๋œ ๊ฒƒ๋“ค

1. style

style ์†์„ฑ์— ์ ‘๊ทผํ• ์ˆ˜ ์žˆ์Œ.

2. window.location.href

์ „์ฒด URL ๋ฌธ์ž์—ด์„ ๊ฐ€์ ธ์˜ด.
- window.location

window.location.href
์ „์ฒด URL ๋ฌธ์ž์—ด์„ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.
ย 
window.location.protocol
๋งˆ์ง€๋ง‰ ':'๋ฅผ ํฌํ•จํ•œ ํ”„๋กœํ† ์ฝœ ์ •๋ณด๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.
ย 
window.location.host
URL์˜ ํ˜ธ์ŠคํŠธ ์ •๋ณด๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.ย 
URL์— ํฌํŠธ๋ฒˆํ˜ธ๊ฐ€ ์žˆ์œผ๋ฉด ':'๊ณผ ํฌํŠธ๋ฒˆํ˜ธ๋ฅผ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค.
ย 
window.location.hostname
URL์˜ ํ˜ธ์ŠคํŠธ๋ช…์„ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.
':'๊ณผ ํฌํŠธ๋ฒˆํ˜ธ๋ฅผ ํฌํ•จํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.
ย 
window.location.port
URL์˜ ํฌํŠธ ๋ฒˆํ˜ธ์ž…๋‹ˆ๋‹ค.
ย 
window.location.pathname
hostname ๋’ค์˜ '/'๋ฌธ์ž ๋’ค์˜ ๊ฒฝ๋กœ๋ฅผ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.
ย 
window.location.search
'?' ๋’ค์˜ ์ฟผ๋ฆฌ์ŠคํŠธ๋ง์„ ๊ฐ€์ ธ์˜ต๋‹ˆ๋‹ค.

By Dozzing

๋‹ต๊ธ€ ๋‚จ๊ธฐ๊ธฐ

์ด๋ฉ”์ผ ์ฃผ์†Œ๋Š” ๊ณต๊ฐœ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ํ•„์ˆ˜ ํ•„๋“œ๋Š” *๋กœ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค