<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>計算0123456789</title>
	<atom:link href="https://0123456789.tw/feed/" rel="self" type="application/rss+xml"/>
	<link>https://0123456789.tw</link>
	<description></description>
	<lastBuildDate>Fri, 05 Jun 2026 05:50:48 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<itunes:explicit>no</itunes:explicit><itunes:image href="http://en.gravatar.com/userimage/7521775/c9d0938851e6c18316c4dfa3dd2270b7.png"/><itunes:keywords>計算0123456789</itunes:keywords><itunes:summary>計算0123456789</itunes:summary><itunes:subtitle>0123456789.tw</itunes:subtitle><itunes:owner><itunes:email>t0918013013@gmail.com</itunes:email></itunes:owner><item>
		<title>新增iOS桌面即時計算機widget</title>
		<link>https://0123456789.tw/ioswidget/</link>
		
		
		<pubDate>Fri, 05 Jun 2026 05:50:14 +0000</pubDate>
				<category><![CDATA[計算blog文]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[更新版本]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2040</guid>

					<description><![CDATA[[APP更新] V2.1 前往下載更新]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="IOS即時計算機widget" width="500" height="281" src="https://www.youtube.com/embed/Jx8O1BL045U?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">[APP更新] V2.1 <a href="https://apps.apple.com/tw/app/%E8%A8%88%E7%AE%970123456789/id6757208597" target="_blank" rel="noopener">前往下載更新</a></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
		<item>
		<title>[實用工具]線上字幕機</title>
		<link>https://0123456789.tw/reader/</link>
		
		
		<pubDate>Thu, 04 Jun 2026 02:46:13 +0000</pubDate>
				<category><![CDATA[計算blog文]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2036</guid>

					<description><![CDATA[貼上文字後自動依換行拆成逐行字幕，按「開始」逐行上升捲動。 朗讀中的那一行永遠停在正中央，用設定的「文字顏色」 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><a href="https://0123456789.tw/reader/"><img decoding="async" src="https://imgpoi.com/i/2OZ1DM.jpg" alt=""/></a></figure>



<p class="wp-block-paragraph">貼上文字後自動依換行拆成逐行字幕，按「開始」逐行上升捲動。 <br>朗讀中的那一行永遠停在正中央，<br>用設定的「文字顏色」標示；<br>已讀（上方）與待讀（下方）皆 <code>#777777</code>。 <br>設定：文字大小、朗讀文字顏色、背板顏色、背板高度、背板寬度。 前進方式可選「平滑捲動」（速度 px/秒可加減）或「逐行停留／跳行」（每行停留秒數可設定）。 「開始／暫停／回到開頭」控制。</p>
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
		<item>
		<title>股票回本計算器</title>
		<link>https://0123456789.tw/sellmoney/</link>
		
		
		<pubDate>Sat, 30 May 2026 03:54:04 +0000</pubDate>
				<category><![CDATA[本站內嵌計算機]]></category>
		<category><![CDATA[回本]]></category>
		<category><![CDATA[股票]]></category>
		<category><![CDATA[計算機]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2029</guid>

					<description><![CDATA[股票回本計算器 股票回本計算器 本金（元） 目前獲利率（%） 目前持有股數 計算拿回本金需賣出多少 通常只要兩 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>股票回本計算器</title>

<style>
body{
    font-family: Arial, "Noto Sans TC", sans-serif;
    background:#f5f5f5;
    color:#424242;
    margin:0;
    padding:40px 20px;
    font-size:1.05rem;
}

.card{
    max-width:900px;
    margin:0 auto;
    background:#ffffff;
    border:1px solid #d0d0d0;
    border-radius:20px;
    padding:32px;
    box-shadow:0 4px 16px rgba(0,0,0,.08);
}

.card h2{
    text-align:center;
    color:#424242;
    font-size:2rem;
    margin-top:0;
    margin-bottom:32px;
    font-weight:700;
}

.section-title{
    color:#A80000;
    font-size:1.45rem;
    font-weight:700;
    margin-bottom:20px;
}

.input-wrapper{
    max-width:50%;
    margin-left:auto;
    margin-right:auto;
}

.field{
    margin-bottom:22px;
}

label{
    display:block;
    margin-bottom:8px;
    font-size:1.2rem;
    font-weight:600;
    color:#424242;
}

input{
    width:100%;
    box-sizing:border-box;
    background:#EEEEEE;
    border:2px solid transparent;
    border-radius:12px;
    padding:14px 16px;
    font-size:1.45rem;
    color:#2c2c2c;
    transition:.2s;
}

input:focus{
    outline:none;
    border-color:#958E8A;
}

input:hover{
    border-color:#958E8A;
}

.unit{
    color:#958E8A;
    font-size:1.15rem;
}

button{
    width:100%;
    background:#A80000;
    color:#ffffff;
    border:none;
    border-radius:12px;
    padding:16px 20px;
    font-size:1.15rem;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

button:hover{
    opacity:.9;
}

.result{
    display:none;
    margin-top:30px;
    background:#EEEEEE;
    border-radius:16px;
    padding:24px;
    border:1px solid #d0d0d0;
}

.result-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #d0d0d0;
}

.result-row:last-child{
    border-bottom:none;
}

.result-label{
    color:#424242;
}

.result-value{
    color:#424242;
    font-size:1.75rem;
    font-weight:600;
}

.highlight{
    color:#A80000;
    font-size:2rem;
    font-weight:700;
}

.sub-text{
    color:#958E8A;
    font-size:.95rem;
    margin-top:12px;
}

.notice-box{
    margin-top:24px;
    background:#f5f5f5;
    border:1px solid #d0d0d0;
    border-radius:12px;
    padding:18px;
    line-height:1.8;
}

.notice-box h3{
    margin-top:0;
    color:#A80000;
    font-size:1.45rem;
}

.notice-box strong{
    color:#A80000;
}

hr{
    border:none;
    border-top:1px solid #d0d0d0;
    margin:20px 0;
}

@media (max-width:640px){

    .card{
        padding:20px;
    }

    .input-wrapper{
        max-width:100%;
    }

    .card h2{
        font-size:1.7rem;
    }

    .section-title{
        font-size:1.3rem;
    }

    label{
        font-size:1.1rem;
    }

    input{
        font-size:1.25rem;
    }

    .result-row{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .result-value{
        font-size:1.5rem;
    }

    .highlight{
        font-size:1.75rem;
    }
}
</style>
</head>

<body>

<div class="card">

    <h2>股票回本計算器</h2>

    <div class="input-wrapper">

        <div class="field">
            <label>本金（元）</label>
            <input type="number" id="principal" placeholder="例如 100000">
        </div>

        <div class="field">
            <label>目前獲利率（%）</label>
            <input type="number" id="profitRate" placeholder="例如 60">
        </div>

        <div class="field">
            <label>目前持有股數</label>
            <input type="number" id="shares" placeholder="例如 1000">
        </div>

        <button onclick="calculate()">
            計算拿回本金需賣出多少
        </button>

    </div>

    <div class="result" id="result"></div>

</div>

<script>
function calculate(){

    const principal = parseFloat(document.getElementById('principal').value);
    const profitRate = parseFloat(document.getElementById('profitRate').value);
    const shares = parseFloat(document.getElementById('shares').value);

    if(
        isNaN(principal) ||
        isNaN(profitRate) ||
        isNaN(shares)
    ){
        alert('請輸入完整資料');
        return;
    }

    const rate = profitRate / 100;

    const currentValue = principal * (1 + rate);

    const sellRatio = 1 / (1 + rate);

    const sellAmount = principal;

    const sellShares = shares * sellRatio;

    const remainShares = shares - sellShares;

    const remainValue = currentValue - sellAmount;

    document.getElementById('result').style.display = 'block';

    document.getElementById('result').innerHTML = `

        <div class="section-title">
            計算結果
        </div>

        <div class="result-row">
            <div class="result-label">目前總市值</div>
            <div class="result-value">
                ${Math.round(currentValue).toLocaleString()} 元
            </div>
        </div>

        <div class="result-row">
            <div class="result-label">需賣出比例</div>
            <div class="highlight">
                ${(sellRatio * 100).toFixed(2)}%
            </div>
        </div>

        <div class="result-row">
            <div class="result-label">需賣出金額</div>
            <div class="highlight">
                ${Math.round(sellAmount).toLocaleString()} 元
            </div>
        </div>

        <div class="result-row">
            <div class="result-label">需賣出股數</div>
            <div class="highlight">
                ${sellShares.toFixed(2)} 股
            </div>
        </div>

        <div class="result-row">
            <div class="result-label">剩餘股數</div>
            <div class="result-value">
                ${remainShares.toFixed(2)} 股
            </div>
        </div>

        <div class="result-row">
            <div class="result-label">剩餘持股市值</div>
            <div class="result-value">
                ${Math.round(remainValue).toLocaleString()} 元
            </div>
        </div>

        <div class="notice-box">
            <h3>說明</h3>

            <strong>已回收本金：</strong>
            ${principal.toLocaleString()} 元<br>

            剩餘持股價值：
            ${Math.round(remainValue).toLocaleString()} 元<br>

            後續即使股價波動，也已先取回原始投入本金。
        </div>

        <div class="sub-text">
            ※ 股數可能需依券商最小交易單位自行四捨五入。
        </div>
    `;
}
</script>

</body>
</html>



<p class="wp-block-paragraph">通常只要兩個數據就能算：</p>



<ol class="wp-block-list">
<li>本金</li>



<li>目前獲利率（%）</li>
</ol>



<p class="wp-block-paragraph">因為目前總市值其實可以直接由這兩個數字推出：</p>



<p class="wp-block-paragraph"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mtext>目前市值</mtext><mo>=</mo><mtext>本金</mtext><mo>×</mo><mo stretchy="false">(</mo><mn>1</mn><mo>+</mo><mtext>報酬率</mtext><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">\text{目前市值}=\text{本金}\times(1+\text{報酬率})</annotation></semantics></math>目前市值=本金×(1+報酬率)</p>



<p class="wp-block-paragraph">而「要賣多少比例才能拿回本金」的公式會簡化成：</p>



<p class="wp-block-paragraph"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mtext>賣出比例</mtext><mo>=</mo><mfrac><mn>1</mn><mrow><mn>1</mn><mo>+</mo><mtext>報酬率</mtext></mrow></mfrac></mrow><annotation encoding="application/x-tex">\text{賣出比例}=\frac{1}{1+\text{報酬率}}</annotation></semantics></math>賣出比例=1+報酬率1​</p>



<p class="wp-block-paragraph">例如：</p>



<ul class="wp-block-list">
<li>獲利 60% → 報酬率 = 0.6</li>
</ul>



<p class="wp-block-paragraph">則：</p>



<p class="wp-block-paragraph"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mfrac><mn>1</mn><mn>1.6</mn></mfrac><mo>=</mo><mn>0.625</mn><mo>=</mo><mn>62.5</mn><mi mathvariant="normal">%</mi></mrow><annotation encoding="application/x-tex">\frac{1}{1.6}=0.625=62.5\%</annotation></semantics></math>1.61​=0.625=62.5%</p>



<p class="wp-block-paragraph">所以其實：</p>



<ul class="wp-block-list">
<li>本金大小不影響比例結果</li>



<li>只跟目前漲幅有關</li>
</ul>



<p class="wp-block-paragraph">你甚至可以直接記一些常見值：</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>目前獲利</th><th>拿回本金需賣出</th></tr></thead><tbody><tr><td>+25%</td><td>80%</td></tr><tr><td>+50%</td><td>66.7%</td></tr><tr><td>+60%</td><td>62.5%</td></tr><tr><td>+100%</td><td>50%</td></tr><tr><td>+200%</td><td>33.3%</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">有個直覺很好記：</p>



<ul class="wp-block-list">
<li>翻倍（+100%） → 賣一半拿回本金</li>



<li>漲越多 → 需要賣的比例越少。</li>
</ul>



<p class="wp-block-paragraph">台股在 2026 年 5 月底確實創下了歷史新高的紀錄，指數收在 44,732.94 點，且單月漲點超過 5,800 點，市場氣氛極為狂熱。面對歷史高點，投資人感到恐慌是非常正常的心理反應，這代表您具備一定的風險意識。</p>



<p class="wp-block-paragraph">以下為針對當前高檔行情的分析與操作建議，協助您在情緒與策略間取得平衡。</p>



<h3 class="wp-block-heading">一、 市場現況分析：為什麼會恐慌？</h3>



<ol start="1" class="wp-block-list">
<li><strong>乖離率過大：</strong> 當指數在短時間內急劇拉升（單月大漲 5,800 點），指數與長期均線（如季線、半年線）的距離會拉大。技術分析上，這通常意味著短線有回檔修正、收斂乖離的壓力。</li>



<li><strong>市場極度樂觀：</strong> 當媒體與法人開始喊出「50,000 點不是夢」、「參與泡沫」等口號時，往往也是市場籌碼最凌亂、容易出現劇烈震盪的時刻。</li>



<li><strong>個股表現分歧：</strong> 市場常出現「拉積盤」（拉抬台積電等大型權值股）現象，導致權值股漲、中小型股跌的狀況，若您的持股非強勢主流，獲利感可能與大盤指數完全脫節。</li>
</ol>



<h3 class="wp-block-heading">二、 投資人該如何應對？（作法建議）</h3>



<p class="wp-block-paragraph">不需要「全押」或「全賣」，適當的資產配置能幫助您在保有獲利的同時，降低高檔壓力：</p>



<h4 class="wp-block-heading">1. 檢視持股品質</h4>



<ul class="wp-block-list">
<li><strong>汰弱留強：</strong> 如果您的持股是跟隨熱門話題漲上去、但基本面（EPS、營收）跟不上的公司，現在是檢視這些部位的好時機。對於獲利空間有限、僅靠題材支撐的個股，可考慮先入袋為安。</li>



<li><strong>核心資產保留：</strong> 若手中持有的是具備穩定配息、產業競爭力強的龍頭股或績優 ETF，只要基本面沒改變，長期持有的波動風險相對可控。</li>
</ul>



<h4 class="wp-block-heading">2. 分階段「部分回本」策略</h4>



<ul class="wp-block-list">
<li><strong>資金回收法：</strong> 若您帳面獲利豐厚，可以考慮「提款原始本金」，將獲利留在市場中繼續滾動。這樣做能極大程度減輕心理壓力，即便未來遇到大幅修正，您也已經鎖定了本金。</li>



<li><strong>移動停利：</strong> 設定一個「出場條件」，例如跌破 10 日線或 20 日線就賣出部分持股。讓市場趨勢保護您的部位，而不是憑感覺猜測高點。</li>
</ul>



<h4 class="wp-block-heading">3. 調整資產配置</h4>



<ul class="wp-block-list">
<li><strong>現金為王：</strong> 在歷史高點，適度提高現金水位（例如提升至 30%-40%）不是為了離場，而是為了在未來市場震盪回檔時，有「子彈」可以進場布局。</li>



<li><strong>分散風險：</strong> 若資金全數集中在台股，建議配置部分至低相關性的資產（如債券、海外市場等），以平衡投資組合的總體波動。</li>
</ul>



<h3 class="wp-block-heading">三、 給您的關鍵提醒</h3>



<ul class="wp-block-list">
<li><strong>不要試圖抓「最高點」：</strong> 歷史告訴我們，沒人能準確預測股市何時觸頂。與其猜測最高點，不如執行一套「紀律」，例如「漲越多、賣越多」的減碼計畫，勝過於每天盯盤帶來的焦慮。</li>



<li><strong>回歸投資初衷：</strong> 重新思考這筆資金的目標。若是長期的退休計畫，短期的震盪只是過程；若這是急用的短期周轉金，那麼在 44,000 點之上減碼，絕對是理性的決策。</li>
</ul>



<p class="wp-block-paragraph"><strong>總結：</strong> 市場恐慌不是壞事，它是對過熱情緒的自然反應。適度獲利了結、將資產挪回防禦狀態，是讓自己在股市中走得更長遠的成熟作法。</p>



<p class="wp-block-paragraph">請問您目前持有的主要是個別股票，還是以指數型 ETF 為主呢？這會影響我們針對減碼幅度的細部討論。</p>
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
		<item>
		<title>QR Code 掃描器-上傳 QR 圖片 或 開啟相機 即可辨識內容</title>
		<link>https://0123456789.tw/qr/</link>
		
		
		<pubDate>Sat, 30 May 2026 03:15:30 +0000</pubDate>
				<category><![CDATA[線上工具類]]></category>
		<category><![CDATA[qr]]></category>
		<category><![CDATA[上傳]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[轉換]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2025</guid>

					<description><![CDATA[上傳 QR 圖片 或 開啟相機 即可辨識內容， 掃描後可直接前往網址、複製或分享至社群。 使用說明 本工具完全 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>上傳 QR 圖片</strong> 或 <strong>開啟相機</strong> 即可辨識內容， 掃描後可直接前往網址、複製或分享至社群。<br><br></p>



<figure class="wp-block-image size-full"><a href="https://0123456789.tw/qr/"><img fetchpriority="high" decoding="async" width="650" height="650" src="https://0123456789.tw/wp-content/uploads/2026/05/iShot_2026-05-30_11.18.31.jpg" alt="" class="wp-image-2026" srcset="https://0123456789.tw/wp-content/uploads/2026/05/iShot_2026-05-30_11.18.31.jpg 650w, https://0123456789.tw/wp-content/uploads/2026/05/iShot_2026-05-30_11.18.31-300x300.jpg 300w, https://0123456789.tw/wp-content/uploads/2026/05/iShot_2026-05-30_11.18.31-150x150.jpg 150w" sizes="(max-width: 650px) 100vw, 650px" /></a></figure>



<h3 class="wp-block-heading">使用說明</h3>



<p class="wp-block-paragraph">本工具完全在您的瀏覽器中運作，圖片與相機畫面<strong>不會上傳到伺服器</strong>，請安心使用。若辨識內容為網址，下方會出現「前往此網址」按鈕；其他文字內容則可直接複製或分享。</p>
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
		<item>
		<title>股票短線高頻交易計算機</title>
		<link>https://0123456789.tw/20-2/</link>
		
		
		<pubDate>Fri, 29 May 2026 11:06:35 +0000</pubDate>
				<category><![CDATA[本站內嵌計算機]]></category>
		<category><![CDATA[交易]]></category>
		<category><![CDATA[存錢]]></category>
		<category><![CDATA[短線]]></category>
		<category><![CDATA[股票]]></category>
		<category><![CDATA[複利]]></category>
		<category><![CDATA[計算]]></category>
		<category><![CDATA[計算機]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2022</guid>

					<description><![CDATA[複利損益試算器 本金固定、每次損益固定、不領出持續複利滾動 本金 元 每次損益率（賺填正、賠填負） % 進出次 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!-- ===== 複利損益試算器 / 直接貼入 WordPress「自訂 HTML」區塊 ===== -->
<style>
.profit-calc{
  --c-block-bg:#EEEEEE;
  --c-primary:#A80000;
  --c-text:#424242;
  --c-muted:#958E8A;
  --c-note-bg:#f5f5f5;
  --c-line:#d0d0d0;
  --c-input-num:#2c2c2c;
  background:#ffffff;
  color:var(--c-text);
  font-size:1.05rem;
  line-height:1.7;
  max-width:760px;
  margin:0 auto;
  padding:8px;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
}
.profit-calc *{box-sizing:border-box;}

.profit-card{
  text-align:center;
  padding:24px 18px 8px;
}
.profit-card-title{
  color:var(--c-text);
  font-size:2rem;
  font-weight:800;
  margin:0 0 6px;
}
.profit-card-sub{
  color:var(--c-muted);
  font-size:1.15rem;
  margin:0 0 26px;
}

.profit-field{margin:0 0 20px;}
.profit-label{
  display:block;
  color:var(--c-text);
  font-size:1.2rem;
  font-weight:700;
  margin:0 0 10px;
}
.input-wrapper{
  position:relative;
  max-width:50%;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  align-items:center;
  background:var(--c-block-bg);
  border:2px solid var(--c-block-bg);
  border-radius:10px;
  overflow:hidden;
  transition:border-color .15s ease;
}
.input-wrapper:hover{border-color:var(--c-muted);}
.input-wrapper:focus-within{border-color:var(--c-primary);}
.profit-input{
  flex:1 1 auto;
  width:100%;
  border:none;
  background:transparent;
  color:var(--c-input-num);
  font-size:1.45rem;
  font-weight:700;
  text-align:right;
  padding:12px 10px 12px 14px;
  outline:none;
  min-width:0;
  -moz-appearance:textfield;
}
.profit-input::-webkit-outer-spin-button,
.profit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.profit-unit{
  flex:0 0 auto;
  color:var(--c-muted);
  font-size:1.15rem;
  font-weight:600;
  padding:0 14px 0 4px;
  white-space:nowrap;
}

.profit-actions{margin:28px 0 4px;}
.profit-btn{
  background:var(--c-primary);
  color:#ffffff;
  border:none;
  border-radius:10px;
  font-size:1.15rem;
  font-weight:800;
  padding:14px 42px;
  cursor:pointer;
  transition:opacity .15s ease, transform .05s ease;
  letter-spacing:1px;
}
.profit-btn:hover{opacity:.88;}
.profit-btn:active{transform:translateY(1px);}

/* 結果區 */
.profit-result{display:none;text-align:left;margin:30px 0 6px;}
.profit-result.is-on{display:block;}
.profit-section-title{
  color:var(--c-primary);
  font-size:1.45rem;
  font-weight:800;
  text-align:center;
  margin:0 0 18px;
}
.profit-summary{
  background:var(--c-block-bg);
  border-radius:12px;
  padding:22px 20px;
  margin:0 0 18px;
}
.profit-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  padding:10px 0;
  border-bottom:1px solid var(--c-line);
}
.profit-row:last-child{border-bottom:none;}
.profit-row-label{color:var(--c-text);font-size:1.05rem;font-weight:600;}
.profit-row-val{color:var(--c-text);font-size:1.75rem;font-weight:800;}
.profit-row-val .pu{color:var(--c-muted);font-size:1.05rem;font-weight:600;margin-left:4px;}
.profit-row.is-emph{
  border-bottom:none;
  border-top:2px solid var(--c-line);
  margin-top:6px;
  padding-top:16px;
}
.profit-row.is-emph .profit-row-label{font-size:1.15rem;color:var(--c-primary);}
.profit-row.is-emph .profit-row-val{font-size:2rem;color:var(--c-primary);}
.profit-gain{color:var(--c-primary)!important;}
.profit-loss{color:#424242!important;}

/* 公式框 */
.profit-formula{
  background:var(--c-block-bg);
  border-radius:12px;
  padding:18px 20px;
  margin:0 0 18px;
  text-align:center;
}
.profit-formula-title{
  color:var(--c-muted);
  font-size:1rem;
  font-weight:700;
  margin:0 0 8px;
}
.profit-formula-body{
  color:var(--c-text);
  font-size:1.25rem;
  font-weight:700;
  word-break:break-word;
}
.profit-formula-body b{color:var(--c-primary);}

/* 每次明細表 */
.profit-table-wrap{
  max-height:340px;
  overflow-y:auto;
  border:1px solid var(--c-line);
  border-radius:12px;
}
.profit-table{width:100%;border-collapse:collapse;font-size:1.05rem;}
.profit-table th{
  position:sticky;top:0;
  background:var(--c-block-bg);
  color:var(--c-text);
  font-weight:800;
  padding:10px 14px;
  text-align:right;
}
.profit-table th:first-child{text-align:left;}
.profit-table td{
  padding:10px 14px;
  text-align:right;
  border-top:1px solid var(--c-line);
  color:var(--c-text);
}
.profit-table td:first-child{text-align:left;font-weight:700;}
.profit-table tr:last-child td{font-weight:800;color:var(--c-primary);}
.profit-warn{
  color:var(--c-primary);
  font-weight:700;
  text-align:center;
  margin:14px 0 0;
}

/* 知識說明區 */
.profit-knowledge{
  background:var(--c-note-bg);
  border-radius:12px;
  padding:26px 24px;
  margin:28px 0 8px;
}
.profit-knowledge h3{
  color:var(--c-primary);
  font-size:1.45rem;
  font-weight:800;
  margin:26px 0 10px;
}
.profit-knowledge h3:first-child{margin-top:0;}
.profit-knowledge p{margin:0 0 12px;color:var(--c-text);}
.profit-knowledge strong{color:var(--c-primary);}
.profit-knowledge ul{margin:0 0 12px;padding-left:22px;}
.profit-knowledge li{margin:0 0 8px;color:var(--c-text);}
.profit-knowledge a{color:var(--c-primary);font-weight:700;text-decoration:underline;}
.profit-mini-table{width:100%;border-collapse:collapse;margin:6px 0 14px;font-size:1rem;}
.profit-mini-table th,.profit-mini-table td{
  border:1px solid var(--c-line);
  padding:8px 12px;
  text-align:center;
}
.profit-mini-table th{background:var(--c-block-bg);color:var(--c-text);font-weight:800;}
.profit-mini-table td{color:var(--c-text);}
.profit-disclaimer{
  color:var(--c-muted);
  font-size:.95rem;
  margin:18px 0 0;
  text-align:center;
}

/* ===== 手機 ===== */
@media (max-width:640px){
  .profit-calc{font-size:1rem;padding:4px;}
  .profit-card-title{font-size:1.6rem;}
  .input-wrapper{max-width:100%;}
  .profit-input{font-size:1.25rem;}
  .profit-row-val{font-size:1.45rem;}
  .profit-row.is-emph .profit-row-val{font-size:1.7rem;}
  .profit-knowledge{padding:20px 16px;}
}
</style>

<div class="profit-calc page-profit" id="profit-app">

  <div class="profit-card">
    <h2 class="profit-card-title">複利損益試算器</h2>
    <p class="profit-card-sub">本金固定、每次損益固定、不領出持續複利滾動</p>

    <div class="profit-field">
      <label class="profit-label" for="profit-principal">本金</label>
      <div class="input-wrapper">
        <input type="number" class="profit-input" id="profit-principal" value="100000" min="0" step="1000" inputmode="decimal">
        <span class="profit-unit">元</span>
      </div>
    </div>

    <div class="profit-field">
      <label class="profit-label" for="profit-rate">每次損益率（賺填正、賠填負）</label>
      <div class="input-wrapper">
        <input type="number" class="profit-input" id="profit-rate" value="20" step="1" inputmode="decimal">
        <span class="profit-unit">%</span>
      </div>
    </div>

    <div class="profit-field">
      <label class="profit-label" for="profit-times">進出次數</label>
      <div class="input-wrapper">
        <input type="number" class="profit-input" id="profit-times" value="5" min="1" max="500" step="1" inputmode="numeric">
        <span class="profit-unit">次</span>
      </div>
    </div>

    <div class="profit-actions">
      <button type="button" class="profit-btn" data-action="calc">開始試算</button>
    </div>

    <div class="profit-result" id="profit-result"></div>
  </div>

  <div class="profit-knowledge">
    <h3>複利怎麼算？</h3>
    <p>每進出一次,本金就乘上一個倍數。賺 20% 是乘 <strong>1.2</strong>,賠 20% 是乘 <strong>0.8</strong>。進出 N 次、且都不領出時,最終金額就是:</p>
    <p style="text-align:center;font-size:1.15rem;"><strong>最終金額 = 本金 × (1 + 損益率)<sup>次數</sup></strong></p>
    <p>以 10 萬、每次 +20%、5 次為例:100,000 × 1.2⁵ = <strong>248,832 元</strong>;若每次 −20%,則 100,000 × 0.8⁵ = 32,768 元。</p>

    <h3>複利是「不對稱」的</h3>
    <p>同樣是 20%,賺五次變成 2.49 倍,賠五次卻只剩 0.33 倍。原因是每次都是從<strong>變動後的本金</strong>再計算——虧損會讓後面每一次的基數越來越小,破壞力遠比直覺大。這也是為什麼「先求不賠、再求賺」是長期複利的核心。</p>

    <h3>賠掉之後,要漲多少才回本？</h3>
    <p>因為基數變小了,所以回本需要的漲幅一定<strong>大於</strong>當初的跌幅:</p>
    <table class="profit-mini-table">
      <thead><tr><th>下跌幅度</th><th>回本所需漲幅</th></tr></thead>
      <tbody>
        <tr><td>−10%</td><td>+11.1%</td></tr>
        <tr><td>−20%</td><td>+25%</td></tr>
        <tr><td>−30%</td><td>+42.9%</td></tr>
        <tr><td>−50%</td><td>+100%</td></tr>
        <tr><td>−90%</td><td>+900%</td></tr>
      </tbody>
    </table>

    <h3>實務上要扣的成本</h3>
    <p>這個試算器是<strong>理想模型</strong>,沒有計入真實交易成本。實際進出五次,要扣的至少有:</p>
    <ul>
      <li><strong>手續費</strong>:券商買賣各收一次。</li>
      <li><strong>證交稅</strong>:台股賣出時課,當沖另有減半規定。</li>
      <li><strong>滑價與價差</strong>:成交價不一定等於你想要的價格。</li>
    </ul>
    <p>進出越頻繁,被成本侵蝕的比例越高,因此實際報酬通常會低於這裡算出的數字。</p>

    <h3>重要提醒</h3>
    <p>連續多次「都賺」或「都賠」同一個固定百分比,在真實市場幾乎不會發生,這個工具是用來<strong>理解複利的力量與風險</strong>,不是投資建議或績效保證。任何進出策略都請依自身風險承受度評估。</p>
    <p class="profit-disclaimer">本工具僅供教學與試算參考,不構成任何投資建議。</p>
  </div>

</div>

<script>
(function(){
  var root = document.getElementById('profit-app');
  if(!root || root.getAttribute('data-init') === '1'){ return; }
  root.setAttribute('data-init','1');

  function fmt(n){
    var neg = n < 0;
    var x = Math.round(Math.abs(n));
    var s = String(x).replace(/\B(?=(\d{3})+(?!\d))/g, ',');
    return (neg ? '-' : '') + s;
  }
  function fmt2(n){
    return (Math.round(n * 100) / 100)
      .toFixed(2)
      .replace(/\.?0+$/, '')
      .replace(/\B(?=(\d{3})+(?!\d)\.|\d{3}(?!\d))/g, '');
  }
  function getNum(id){
    var el = document.getElementById(id);
    var v = parseFloat(el ? el.value : '');
    return isNaN(v) ? null : v;
  }

  function calc(){
    var principal = getNum('profit-principal');
    var rate = getNum('profit-rate');
    var times = getNum('profit-times');
    var box = document.getElementById('profit-result');

    if(principal === null || principal <= 0){ principal = 0; }
    if(rate === null){ rate = 0; }
    if(times === null || times < 1){ times = 1; }
    times = Math.floor(times);
    if(times > 500){ times = 500; }

    var mult = 1 + rate / 100;
    var isGain = rate >= 0;
    var html = '';

    html += '<h3 class="profit-section-title">試算結果</h3>';

    // 損益率 <= -100% 直接歸零
    var wiped = (mult <= 0);

    // 明細
    var rows = '';
    var cur = principal;
    var i;
    rows += '<thead><tr><th>第幾次</th><th>本次金額</th><th>累積損益</th></tr></thead><tbody>';
    rows += '<tr><td>起始</td><td>' + fmt(principal) + '</td><td>0</td></tr>';
    for(i = 1; i <= times; i++){
      cur = wiped ? 0 : cur * mult;
      rows += '<tr><td>第 ' + i + ' 次</td><td>' + fmt(cur) + '</td><td>' + fmt(cur - principal) + '</td></tr>';
    }
    rows += '</tbody>';

    var finalVal = wiped ? 0 : principal * Math.pow(mult, times);
    var net = finalVal - principal;
    var totalReturn = principal > 0 ? (finalVal / principal - 1) * 100 : 0;
    var cls = net >= 0 ? 'profit-gain' : 'profit-loss';

    // 公式框
    var formulaBody = fmt(principal) + ' × ' + (mult).toString().replace(/(\.\d{4})\d+/, '$1') + '<sup>' + times + '</sup> = <b>' + fmt(finalVal) + ' 元</b>';
    html += '<div class="profit-formula">';
    html += '<div class="profit-formula-title">計算公式</div>';
    html += '<div class="profit-formula-body">' + formulaBody + '</div>';
    html += '</div>';

    // 摘要
    html += '<div class="profit-summary">';
    html += '<div class="profit-row"><span class="profit-row-label">投入本金</span><span class="profit-row-val">' + fmt(principal) + '<span class="pu">元</span></span></div>';
    html += '<div class="profit-row"><span class="profit-row-label">每次損益率</span><span class="profit-row-val">' + (isGain ? '+' : '') + fmt2(rate) + '<span class="pu">%</span></span></div>';
    html += '<div class="profit-row"><span class="profit-row-label">進出次數</span><span class="profit-row-val">' + times + '<span class="pu">次</span></span></div>';
    html += '<div class="profit-row"><span class="profit-row-label">淨' + (net >= 0 ? '賺' : '賠') + '</span><span class="profit-row-val ' + cls + '">' + fmt(Math.abs(net)) + '<span class="pu">元</span></span></div>';
    html += '<div class="profit-row"><span class="profit-row-label">總報酬率</span><span class="profit-row-val ' + cls + '">' + (totalReturn >= 0 ? '+' : '') + fmt2(totalReturn) + '<span class="pu">%</span></span></div>';
    html += '<div class="profit-row is-emph"><span class="profit-row-label">最終金額</span><span class="profit-row-val">' + fmt(finalVal) + '<span class="pu">元</span></span></div>';
    html += '</div>';

    // 明細表
    html += '<div class="profit-table-wrap"><table class="profit-table">' + rows + '</table></div>';

    if(wiped){
      html += '<p class="profit-warn">損益率達 −100% 以上,本金已全部歸零。</p>';
    }

    box.innerHTML = html;
    box.className = 'profit-result is-on';
  }

  // 事件委派
  root.addEventListener('click', function(e){
    var t = e.target;
    while(t && t !== root){
      if(t.getAttribute && t.getAttribute('data-action') === 'calc'){ calc(); return; }
      t = t.parentNode;
    }
  });

  // Enter 鍵觸發
  root.addEventListener('keydown', function(e){
    if(e.key === 'Enter' && e.target && e.target.classList && e.target.classList.contains('profit-input')){
      e.preventDefault();
      calc();
    }
  });

  // 預設先算一次
  calc();
})();
</script>
<!-- ===== 複利損益試算器 結束 ===== -->
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
		<item>
		<title>陰莖長度預測計算機-[ 7.41 + ( 0.06 × 身高 ) ] × 0.65</title>
		<link>https://0123456789.tw/30cm/</link>
		
		
		<pubDate>Fri, 29 May 2026 09:49:26 +0000</pubDate>
				<category><![CDATA[計算blog文]]></category>
		<guid isPermaLink="false">https://0123456789.tw/?p=2018</guid>

					<description><![CDATA[陰莖長度估算 高雄榮總泌尿外科 簡邦平醫師 花了十年時間，研究出一條以「身高」推估陰莖長度的公式。輸入你的身高 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" src="https://imgpoi.com/i/2UBGY2.jpg" alt=""/></figure>



<!-- ===== 陰莖長度估算（趣味計算）WordPress 可嵌入小工具 ===== -->
<!-- 公式：[ 7.41 + ( 0.06 × 身高 ) ] × 0.65 -->
<div id="bpcalc-root" class="bpcalc-wrap">
  <div class="bpcalc-card">

    <h3 class="bpcalc-card-title">陰莖長度估算</h3>
    <p class="bpcalc-lead">
      高雄榮總泌尿外科 <strong>簡邦平醫師</strong> 花了十年時間，研究出一條以「身高」推估陰莖長度的公式。輸入你的身高，看看準不準？
    </p>

    <h4 class="bpcalc-section-title">計算公式</h4>
    <div class="bpcalc-formula">[ 7.41 + ( 0.06 × 身高 ) ] × 0.65</div>

    <h4 class="bpcalc-section-title">輸入身高</h4>
    <div class="bpcalc-input-wrapper">
      <label class="bpcalc-label" for="bpcalc-height">身高</label>
      <div class="bpcalc-input-row">
        <input type="number" id="bpcalc-height" class="bpcalc-input" placeholder="例如 175" inputmode="decimal" step="0.1" min="0">
        <span class="bpcalc-unit">cm</span>
      </div>
    </div>

    <button type="button" class="bpcalc-btn" data-action="calc">開始計算</button>

    <div id="bpcalc-result" class="bpcalc-result" style="display:none;">
      <div class="bpcalc-result-sub">估算結果</div>
      <div class="bpcalc-result-main"><span id="bpcalc-value">&#8212;</span><span class="bpcalc-result-unit"> cm</span></div>
      <div class="bpcalc-result-note" id="bpcalc-note"></div>
    </div>

    <div class="bpcalc-disclaimer">
      <h4 class="bpcalc-section-title">趣味計算・免責聲明</h4>
      <ul>
        <li>本公式源自<strong>高雄榮總泌尿外科 簡邦平醫師</strong>發表的研究，僅以身高作為單一變數做統計推估。</li>
        <li>此為<strong>趣味性質</strong>的估算結果，<strong>並非醫學診斷</strong>，也無法代表任何個人的真實數值。</li>
        <li>實際長度受體質、年齡、測量方式、環境溫度等多種因素影響，<strong>個體差異極大</strong>，與公式結果出現落差非常正常。</li>
        <li>本工具純供娛樂與參考，請勿據此自我評價或產生焦慮。</li>
        <li>若有任何健康或泌尿系統相關疑慮，請<strong>諮詢專業泌尿科醫師</strong>。</li>
      </ul>
    </div>

  </div>
</div>

<style>
/* ===== 範圍化樣式：全部限定在 #bpcalc-root 之下 ===== */
#bpcalc-root.bpcalc-wrap{
  font-size:1.05rem;
  line-height:1.7;
  color:#424242;
  -webkit-font-smoothing:antialiased;
  box-sizing:border-box;
  padding:8px 0;
}
#bpcalc-root *,
#bpcalc-root *::before,
#bpcalc-root *::after{ box-sizing:border-box; }

#bpcalc-root .bpcalc-card{
  max-width:680px;
  margin:0 auto;
  background:#ffffff;
  border:1px solid #d0d0d0;
  border-radius:14px;
  padding:28px 26px 30px;
  text-align:center;
}

#bpcalc-root .bpcalc-card-title{
  font-size:2rem;
  font-weight:700;
  color:#424242;
  margin:0 0 14px;
  line-height:1.3;
}

#bpcalc-root .bpcalc-lead{
  color:#424242;
  margin:0 0 22px;
  text-align:left;
}
#bpcalc-root .bpcalc-lead strong{ color:#A80000; }

#bpcalc-root .bpcalc-section-title{
  font-size:1.45rem;
  font-weight:700;
  color:#A80000;
  margin:24px 0 12px;
  line-height:1.4;
}

/* 公式框 */
#bpcalc-root .bpcalc-formula{
  background:#EEEEEE;
  border:1px solid #d0d0d0;
  border-radius:10px;
  padding:18px 16px;
  font-size:1.55rem;
  font-weight:700;
  color:#424242;
  letter-spacing:1px;
  word-break:keep-all;
}

/* 輸入區：50% 置中 */
#bpcalc-root .bpcalc-input-wrapper{
  max-width:50%;
  margin-left:auto;
  margin-right:auto;
  background:#EEEEEE;
  border:1px solid #d0d0d0;
  border-radius:10px;
  padding:16px 18px;
}
#bpcalc-root .bpcalc-label{
  display:block;
  font-size:1.2rem;
  font-weight:600;
  color:#424242;
  margin-bottom:8px;
  text-align:left;
}
#bpcalc-root .bpcalc-input-row{
  display:flex;
  align-items:center;
  gap:8px;
}
#bpcalc-root .bpcalc-input{
  flex:1;
  width:100%;
  font-size:1.45rem;
  color:#2c2c2c;
  background:#ffffff;
  border:1px solid #d0d0d0;
  border-radius:8px;
  padding:10px 12px;
  text-align:center;
  outline:none;
  transition:border-color .15s ease;
  -moz-appearance:textfield;
}
#bpcalc-root .bpcalc-input::-webkit-outer-spin-button,
#bpcalc-root .bpcalc-input::-webkit-inner-spin-button{
  -webkit-appearance:none; margin:0;
}
#bpcalc-root .bpcalc-input:focus,
#bpcalc-root .bpcalc-input:hover{ border-color:#958E8A; }
#bpcalc-root .bpcalc-input::placeholder{ color:#958E8A; }
#bpcalc-root .bpcalc-unit{
  font-size:1.15rem;
  color:#958E8A;
  white-space:nowrap;
}

/* 主按鈕 */
#bpcalc-root .bpcalc-btn{
  display:inline-block;
  margin-top:20px;
  background:#A80000;
  color:#ffffff;
  font-size:1.15rem;
  font-weight:700;
  border:none;
  border-radius:10px;
  padding:13px 40px;
  cursor:pointer;
  transition:opacity .15s ease, transform .05s ease;
}
#bpcalc-root .bpcalc-btn:hover{ opacity:.9; }
#bpcalc-root .bpcalc-btn:active{ transform:translateY(1px); }

/* 結果區 */
#bpcalc-root .bpcalc-result{
  margin-top:24px;
  background:#EEEEEE;
  border:1px solid #d0d0d0;
  border-radius:10px;
  padding:20px 16px;
}
#bpcalc-root .bpcalc-result-sub{
  font-size:1rem;
  color:#958E8A;
  margin-bottom:6px;
}
#bpcalc-root .bpcalc-result-main{
  font-size:2rem;
  font-weight:700;
  color:#A80000;
  line-height:1.2;
}
#bpcalc-root .bpcalc-result-unit{
  font-size:1.4rem;
  color:#A80000;
}
#bpcalc-root .bpcalc-result-note{
  font-size:1rem;
  color:#958E8A;
  margin-top:10px;
}

/* 說明 / 免責 */
#bpcalc-root .bpcalc-disclaimer{
  margin-top:8px;
  background:#f5f5f5;
  border:1px solid #d0d0d0;
  border-radius:10px;
  padding:18px 20px;
  text-align:left;
}
#bpcalc-root .bpcalc-disclaimer .bpcalc-section-title{
  margin-top:0;
}
#bpcalc-root .bpcalc-disclaimer ul{
  margin:0;
  padding-left:1.2em;
  color:#424242;
}
#bpcalc-root .bpcalc-disclaimer li{
  margin-bottom:8px;
}
#bpcalc-root .bpcalc-disclaimer li:last-child{ margin-bottom:0; }
#bpcalc-root .bpcalc-disclaimer strong{ color:#A80000; }

/* ===== 手機版 ≤640px ===== */
@media (max-width:640px){
  #bpcalc-root .bpcalc-card{ padding:22px 16px 24px; }
  #bpcalc-root .bpcalc-card-title{ font-size:1.7rem; }
  #bpcalc-root .bpcalc-formula{ font-size:1.25rem; }
  #bpcalc-root .bpcalc-input-wrapper{ max-width:100%; }
  #bpcalc-root .bpcalc-input{ font-size:1.25rem; }
  #bpcalc-root .bpcalc-btn{ width:100%; }
}
</style>

<script>
(function(){
  var root = document.getElementById('bpcalc-root');
  if(!root){ return; }

  function calc(){
    var input = root.querySelector('#bpcalc-height');
    var box   = root.querySelector('#bpcalc-result');
    var val   = root.querySelector('#bpcalc-value');
    var note  = root.querySelector('#bpcalc-note');

    var h = parseFloat(input.value);
    box.style.display = 'block';

    if(isNaN(h) || h <= 0){
      val.textContent = '--';
      note.textContent = '請輸入有效的身高數字。';
      return;
    }
    if(h < 100 || h > 250){
      val.textContent = '--';
      note.textContent = '請輸入合理的身高範圍（約 100～250 cm）。';
      return;
    }

    var result = (7.41 + (0.06 * h)) * 0.65;
    val.textContent = result.toFixed(2);
    note.textContent = '依公式推估，身高 ' + h + ' cm 對應約 ' + result.toFixed(2) + ' cm（純屬趣味參考）。';
  }

  // 事件委派
  root.addEventListener('click', function(e){
    var t = e.target.closest('[data-action]');
    if(!t){ return; }
    var action = t.getAttribute('data-action');
    if(action === 'calc'){ calc(); }
  });

  // Enter 鍵也可計算
  root.addEventListener('keydown', function(e){
    if(e.key === 'Enter' && e.target && e.target.id === 'bpcalc-height'){
      e.preventDefault();
      calc();
    }
  });
})();
</script>
<!-- ===== /陰莖長度估算 ===== -->
]]></content:encoded>
					
		
		
			<dc:creator>t0918013013@gmail.com (admin)</dc:creator></item>
	</channel>
</rss>